The For/Next command enables looping constructs.
Syntax
FOR ctrl_var = start_No TO end_No [STEP increment]
<statements to be processed>
NEXT [ctrl_var]